gtk: Implement -gtk-icon-filter
authorBenjamin Otte <otte@redhat.com>
Sat, 31 Dec 2016 00:15:52 +0000 (01:15 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 31 Dec 2016 01:49:47 +0000 (02:49 +0100)
commit2645b5a7d755e6b58f84215072bf1f0b7ded8cf0
tree79100ce0989d14be3597eb9332fa4a8670bc26b5
parent8973191278c191728b7f71239871c1cd55bfbc80
gtk: Implement -gtk-icon-filter

This uses the new GskColorMatrixNode to implement a filter that applies
to icons. It's meant to replace -gtk-icon-effect.
gtk/Makefile.am
gtk/gtkcssfiltervalue.c [new file with mode: 0644]
gtk/gtkcssfiltervalueprivate.h [new file with mode: 0644]
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypesprivate.h
gtk/gtkrendericon.c